home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Kodeki / MP3Source 1.30 / DSMP3SourceSetup.exe / register.bat < prev    next >
DOS Batch File  |  2004-01-06  |  133b  |  7 lines

  1. @echo off
  2. if "%OS%"=="Windows_NT" goto NT
  3. %WINDIR%\system\regsvr32.exe MP3Source.ax
  4. goto END
  5. :NT
  6. regsvr32.exe MP3Source.ax
  7. :END